home *** CD-ROM | disk | FTP | other *** search
- /* Generated by Interface Builder */
-
- #import <objc/Object.h>
-
- @interface WaterfallComputer:Object
- {
- id mySignalProcessor;
- id myApp;
- }
-
- - setApp:anObject;
- - setSignalProcessor:anObject;
- - computeThisCodex: (unsigned char *) data;
- - computeThisLinear: (short *) data;
-
- @end
-